Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1RplImportException Class / C1RplImportException Constructor / C1RplImportException Constructor(String,Object[])
A format string used to format the exception message.
A list of arguments passed to the format string.

In This Topic
    C1RplImportException Constructor(String,Object[])
    In This Topic
    Initializes a new instance of the C1RplImportException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal format As String, _
       ByVal ParamArray args() As Object _
    )
    public C1RplImportException( 
       string format,
       params object[] args
    )

    Parameters

    format
    A format string used to format the exception message.
    args
    A list of arguments passed to the format string.
    See Also